body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,a,blockquote,th,td {
        margin:0;
        padding:0;
        font-family:"微软雅黑", Helvetica;
        font-size:14px;
		border:0;
		color:#333;
		box-sizing:border-box;
}
input{font-family:"微软雅黑", Helvetica; border:none;  outline: none;background:none;padding:0; margin:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;
font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
h1, h2 {color: #404040; font-size:16px;}
q:before,q:after {content:'';}
a{ color:#333; text-decoration:none; outline:none;}
img {border: medium none;margin: 0;padding: 0;vertical-align: top;}
i{font-style:normal;}
b{font-weight:400;}
body{
	background:#fff;
}
.clear { zoom:1; }
.clear:after { content:''; display:block; clear:both; }
.fl { float:left; }
.fr { float:right; }
::-webkit-scrollbar {
    width: 1px !important; 
    height: 1px !important;
}
body{
	    margin: 0 auto !important;
		max-width: 768px;
		margin:0 auto;
}
/* border */
.border{
	position:relative;
}
.border:after, .border:before{
	display:block;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	right: 0;
	top:0;				
}

/* border_top */
.border_top:before{
	border-top:1px solid #dcdcdc;
	-webkit-transform-origin: 0 0;				
	-webkit-transform: scale(0.5);
	right:-100%;
}

/* border_bottom */
.border_bottom:after{
	border-bottom:1px solid #dcdcdc;
	-webkit-transform-origin: 0 0;
	right: -100%;
	bottom: -100%;
	-webkit-transform: scale(0.5);
}

/* border_left */
.border_left:before{
	border-left:1px solid #dcdcdc;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	bottom:-100%;
	right:-100%;
}

/* border_right */
.border_right:before{
	border-right:1px solid #dcdcdc;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	bottom:-100%;
	right:-100%;
	
}